home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 106
/
Vol 106.iso
/
games
/
stepp000.swf
/
scripts
/
DefineButton2_928
/
BUTTONCONDACTION on(keyPress o).as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-04-12
|
212 b
|
11 lines
on(keyPress "o"){
if(getProperty("_root.Animatiques", _currentframe) == 1)
{
tellTarget("/")
{
gotoAndPlay(eval("/Variables:EtatActif"));
}
gotoAndStop(1);
}
}